projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbf0d3f
)
(x_error_quitter): Delete newline from sprintf string.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 27 Jun 1996 00:25:07 +0000
(
00:25
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 27 Jun 1996 00:25:07 +0000
(
00:25
+0000)
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/xterm.c
b/src/xterm.c
index 977e1b8020f8966df0a5faf39047b0fd403cc202..4dfaece68b23cd9360bc53f7b67b9500c6e0937c 100644
(file)
--- a/
src/xterm.c
+++ b/
src/xterm.c
@@
-4555,7
+4555,7
@@
x_error_quitter (display, error)
original error handler. */
XGetErrorText (display, error->error_code, buf, sizeof (buf));
- sprintf (buf1, "X protocol error: %s on protocol request %d
\n
",
+ sprintf (buf1, "X protocol error: %s on protocol request %d",
buf, error->request_code);
x_connection_closed (display, buf1);
}